home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / linux / redhat / misc / src / install / lilo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-11  |  177 b   |  11 lines

  1. #ifndef H_LILO
  2. #define H_LILO
  3.  
  4. #include "hd.h"
  5. #include "fs.h"
  6.  
  7. int installLilo(char * prefix, struct partitionTable table, struct fstab fstab,
  8.         char * kernelVersion);
  9.  
  10. #endif
  11.